Html Css Color HEX #FDCB20 Turbo

📋 copy color: '#FDCB20'

red 253 ◦ green 203 ◦ blue 32

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

Shades of Turbo #FDCB20

Tints of Turbo #FDCB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.56%

R = 51.84%
G = 41.6%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDCB20 (or 0xFDCB20) is known color: Turbo. HEX triplet: FD, CB and 20. RGB value is (253,203,32). Sum of RGB (Red+Green+Blue) = 253+203+32=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB20 is #0234DF. Grayscale: #C7C7C7. Windows color (decimal): -144608 or 2149373. OLE color: 2149373.

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

Color convert

RGB 253 203 32 -
CMYK 0 0.20 0.87 0.01
HSL 46.43º 0.98% 0.56% -
HSV(B) 46.43º 0.87% 0.99% -
XYZ 62.12 63.7 10.39 -
YUV 198.46 34.07 166.9 -
System Red Green Blue C M Y K H S L
Decimal 253 203 32 0 0.20 0.87 0.01 46.43 0.98 0.56
Hex FD CB 20 0 14 57 1 2E 62 38
Octal 375 313 40 0 24 127 1 56 142 70
Binary 11111101 11001011 100000 0 10100 1010111 1 101110 1100010 111000

Color Harmonies of #FDCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB20

Black with #FDCB20

Text Example


Text Example

White with #FDCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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