Html Css Color HEX #FDCC28 Turbo

📋 copy color: '#FDCC28'

red 253 ◦ green 204 ◦ blue 40

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

Shades of Turbo #FDCC28

Tints of Turbo #FDCC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.05%

R = 50.91%
G = 41.05%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDCC28 (or 0xFDCC28) is known color: Turbo. HEX triplet: FD, CC and 28. RGB value is (253,204,40). Sum of RGB (Red+Green+Blue) = 253+204+40=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC28 is #0233D7. Grayscale: #C8C8C8. Windows color (decimal): -144344 or 2673917. OLE color: 2673917.

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

Color convert

RGB 253 204 40 -
CMYK 0 0.19 0.84 0.01
HSL 46.2º 0.98% 0.57% -
HSV(B) 46.2º 0.84% 0.99% -
XYZ 62.48 64.22 11.11 -
YUV 199.96 37.73 165.84 -
System Red Green Blue C M Y K H S L
Decimal 253 204 40 0 0.19 0.84 0.01 46.2 0.98 0.57
Hex FD CC 28 0 13 54 1 2E 62 39
Octal 375 314 50 0 23 124 1 56 142 71
Binary 11111101 11001100 101000 0 10011 1010100 1 101110 1100010 111001

Color Harmonies of #FDCC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC28

Black with #FDCC28

Text Example


Text Example

White with #FDCC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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