Html Css Color HEX #FDCC13 Turbo

📋 copy color: '#FDCC13'

red 253 ◦ green 204 ◦ blue 19

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

Shades of Turbo #FDCC13

Tints of Turbo #FDCC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.99%

R = 53.15%
G = 42.86%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDCC13 (or 0xFDCC13) is known color: Turbo. HEX triplet: FD, CC and 13. RGB value is (253,204,19). Sum of RGB (Red+Green+Blue) = 253+204+19=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCC13 is #0233EC. Grayscale: #C6C6C6. Windows color (decimal): -144365 or 1297661. OLE color: 1297661.

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

Color convert

RGB 253 204 19 -
CMYK 0 0.19 0.92 0.01
HSL 47.44º 0.98% 0.53% -
HSV(B) 47.44º 0.92% 0.99% -
XYZ 62.22 64.12 9.71 -
YUV 197.56 27.23 167.54 -
System Red Green Blue C M Y K H S L
Decimal 253 204 19 0 0.19 0.92 0.01 47.44 0.98 0.53
Hex FD CC 13 0 13 5C 1 2F 62 35
Octal 375 314 23 0 23 134 1 57 142 65
Binary 11111101 11001100 10011 0 10011 1011100 1 101111 1100010 110101

Color Harmonies of #FDCC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC13

Black with #FDCC13

Text Example


Text Example

White with #FDCC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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