Html Css Color HEX #FDCB26 Turbo

📋 copy color: '#FDCB26'

red 253 ◦ green 203 ◦ blue 38

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

Shades of Turbo #FDCB26

Tints of Turbo #FDCB26

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.09%

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

R = 51.21%
G = 41.09%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDCB26 (or 0xFDCB26) is known color: Turbo. HEX triplet: FD, CB and 26. RGB value is (253,203,38). Sum of RGB (Red+Green+Blue) = 253+203+38=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 38 (15.23% from 255 or 7.69% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB26 is #0234D9. Grayscale: #C7C7C7. Windows color (decimal): -144602 or 2542589. OLE color: 2542589.

HSL color Cylindrical-coordinate representation of color #FDCB26: hue angle of 46.05º 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 #FDCB26 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 38 -
CMYK 0 0.20 0.85 0.01
HSL 46.05º 0.98% 0.57% -
HSV(B) 46.05º 0.85% 0.99% -
XYZ 62.21 63.73 10.86 -
YUV 199.14 37.07 166.42 -
System Red Green Blue C M Y K H S L
Decimal 253 203 38 0 0.20 0.85 0.01 46.05 0.98 0.57
Hex FD CB 26 0 14 55 1 2E 62 39
Octal 375 313 46 0 24 125 1 56 142 71
Binary 11111101 11001011 100110 0 10100 1010101 1 101110 1100010 111001

Color Harmonies of #FDCB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB26

Black with #FDCB26

Text Example


Text Example

White with #FDCB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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