Html Css Color HEX #FCC813 Turbo

📋 copy color: '#FCC813'

red 252 ◦ green 200 ◦ blue 19

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

Shades of Turbo #FCC813

Tints of Turbo #FCC813

RGB

 RED value IS 252 (98.83% from 255) = 53.5%

 GREEN value IS 200 (78.52% from 255) = 42.46%

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

R = 53.5%
G = 42.46%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCC813 (or 0xFCC813) is known color: Turbo. HEX triplet: FC, C8 and 13. RGB value is (252,200,19). Sum of RGB (Red+Green+Blue) = 252+200+19=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC813 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC813 is #0337EC. Grayscale: #C3C3C3. Windows color (decimal): -210925 or 1296636. OLE color: 1296636.

HSL color Cylindrical-coordinate representation of color #FCC813: hue angle of 46.61º degrees, saturation: 0.97, 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 #FCC813 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 19 -
CMYK 0 0.21 0.92 0.01
HSL 46.61º 0.97% 0.53% -
HSV(B) 46.61º 0.92% 0.99% -
XYZ 60.92 62.05 9.38 -
YUV 194.91 28.73 168.72 -
System Red Green Blue C M Y K H S L
Decimal 252 200 19 0 0.21 0.92 0.01 46.61 0.97 0.53
Hex FC C8 13 0 15 5C 1 2F 61 35
Octal 374 310 23 0 25 134 1 57 141 65
Binary 11111100 11001000 10011 0 10101 1011100 1 101111 1100001 110101

Color Harmonies of #FCC813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC813

Black with #FCC813

Text Example


Text Example

White with #FCC813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC813; }

 p { color: rgb(252,200,19); }

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

background-color css

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

 a { background-color: rgb(252,200,19); }

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

border-color css

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

 span { border-color: rgb(252,200,19); }

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