Html Css Color HEX #FDCF26 Turbo

📋 copy color: '#FDCF26'

red 253 ◦ green 207 ◦ blue 38

#FDCF26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #FDCF26

Tints of Turbo #FDCF26

RGB

 RED value IS 253 (99.22% from 255) = 50.8%

 GREEN value IS 207 (81.25% from 255) = 41.57%

 BLUE value IS 38 (15.23% from 255) = 7.63%

R = 50.8%
G = 41.57%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDCF26 (or 0xFDCF26) is known color: Turbo. HEX triplet: FD, CF and 26. RGB value is (253,207,38). Sum of RGB (Red+Green+Blue) = 253+207+38=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF26 is #0230D9. Grayscale: #CACACA. Windows color (decimal): -143578 or 2543613. OLE color: 2543613.

HSL color Cylindrical-coordinate representation of color #FDCF26: hue angle of 47.16º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDCF26 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 38 -
CMYK 0 0.18 0.85 0.01
HSL 47.16º 0.98% 0.57% -
HSV(B) 47.16º 0.85% 0.99% -
XYZ 63.17 65.65 11.18 -
YUV 201.49 35.74 164.74 -
System Red Green Blue C M Y K H S L
Decimal 253 207 38 0 0.18 0.85 0.01 47.16 0.98 0.57
Hex FD CF 26 0 12 55 1 2F 62 39
Octal 375 317 46 0 22 125 1 57 142 71
Binary 11111101 11001111 100110 0 10010 1010101 1 101111 1100010 111001

Color Harmonies of #FDCF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF26

Black with #FDCF26

Text Example


Text Example

White with #FDCF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF26; }

 p { color: rgb(253,207,38); }

 H1.HeaderClassName
 {
   color: #FDCF26;
 }
 .AnyTagClassName
 {
   color: #FDCF26;
 }
</style>

background-color css

<style>
 a { background-color: #FDCF26; }

 a { background-color: rgb(253,207,38); }

 div.DivClassName
 {
   background-color: #FDCF26;
 }
 .BgClassName
 {
   background-color: #FDCF26;
 }
</style>

border-color css

<style>
 span { border-color: #FDCF26; }

 span { border-color: rgb(253,207,38); }

 td.TdClassName
 {
   border-color: #FDCF26;
 }
 .TagClassName
 {
   border-color: #FDCF26;
 }
</style>