Html Css Color HEX #FDCC19 Turbo

📋 copy color: '#FDCC19'

red 253 ◦ green 204 ◦ blue 25

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

Shades of Turbo #FDCC19

Tints of Turbo #FDCC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.19%

R = 52.49%
G = 42.32%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDCC19 (or 0xFDCC19) is known color: Turbo. HEX triplet: FD, CC and 19. RGB value is (253,204,25). Sum of RGB (Red+Green+Blue) = 253+204+25=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCC19 is #0233E6. Grayscale: #C7C7C7. Windows color (decimal): -144359 or 1690877. OLE color: 1690877.

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

Color convert

RGB 253 204 25 -
CMYK 0 0.19 0.90 0.01
HSL 47.11º 0.98% 0.55% -
HSV(B) 47.11º 0.9% 0.99% -
XYZ 62.28 64.14 10.02 -
YUV 198.25 30.23 167.05 -
System Red Green Blue C M Y K H S L
Decimal 253 204 25 0 0.19 0.90 0.01 47.11 0.98 0.55
Hex FD CC 19 0 13 5A 1 2F 62 37
Octal 375 314 31 0 23 132 1 57 142 67
Binary 11111101 11001100 11001 0 10011 1011010 1 101111 1100010 110111

Color Harmonies of #FDCC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC19

Black with #FDCC19

Text Example


Text Example

White with #FDCC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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