Html Css Color HEX #FDCC21 Turbo

📋 copy color: '#FDCC21'

red 253 ◦ green 204 ◦ blue 33

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

Shades of Turbo #FDCC21

Tints of Turbo #FDCC21

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.63%

 BLUE value IS 33 (13.28% from 255) = 6.73%

R = 51.63%
G = 41.63%
B = 6.73%

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

#FDCC21 (or 0xFDCC21) is known color: Turbo. HEX triplet: FD, CC and 21. RGB value is (253,204,33). Sum of RGB (Red+Green+Blue) = 253+204+33=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC21 is #0233DE. Grayscale: #C7C7C7. Windows color (decimal): -144351 or 2215165. OLE color: 2215165.

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

Color convert

RGB 253 204 33 -
CMYK 0 0.19 0.87 0.01
HSL 46.64º 0.98% 0.56% -
HSV(B) 46.64º 0.87% 0.99% -
XYZ 62.38 64.18 10.54 -
YUV 199.16 34.23 166.4 -
System Red Green Blue C M Y K H S L
Decimal 253 204 33 0 0.19 0.87 0.01 46.64 0.98 0.56
Hex FD CC 21 0 13 57 1 2F 62 38
Octal 375 314 41 0 23 127 1 57 142 70
Binary 11111101 11001100 100001 0 10011 1010111 1 101111 1100010 111000

Color Harmonies of #FDCC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC21

Black with #FDCC21

Text Example


Text Example

White with #FDCC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC21; }

 p { color: rgb(253,204,33); }

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

background-color css

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

 a { background-color: rgb(253,204,33); }

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

border-color css

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

 span { border-color: rgb(253,204,33); }

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