Html Css Color HEX #FDCE20 Turbo

📋 copy color: '#FDCE20'

red 253 ◦ green 206 ◦ blue 32

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

Shades of Turbo #FDCE20

Tints of Turbo #FDCE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.96%

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

R = 51.53%
G = 41.96%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDCE20 (or 0xFDCE20) is known color: Turbo. HEX triplet: FD, CE and 20. RGB value is (253,206,32). Sum of RGB (Red+Green+Blue) = 253+206+32=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 32 (12.89% from 255 or 6.52% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE20 is #0231DF. Grayscale: #C8C8C8. Windows color (decimal): -143840 or 2150141. OLE color: 2150141.

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

Color convert

RGB 253 206 32 -
CMYK 0 0.19 0.87 0.01
HSL 47.24º 0.98% 0.56% -
HSV(B) 47.24º 0.87% 0.99% -
XYZ 62.84 65.13 10.63 -
YUV 200.22 33.07 165.65 -
System Red Green Blue C M Y K H S L
Decimal 253 206 32 0 0.19 0.87 0.01 47.24 0.98 0.56
Hex FD CE 20 0 13 57 1 2F 62 38
Octal 375 316 40 0 23 127 1 57 142 70
Binary 11111101 11001110 100000 0 10011 1010111 1 101111 1100010 111000

Color Harmonies of #FDCE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE20

Black with #FDCE20

Text Example


Text Example

White with #FDCE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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