Html Css Color HEX #FCC718 Turbo

📋 copy color: '#FCC718'

red 252 ◦ green 199 ◦ blue 24

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

Shades of Turbo #FCC718

Tints of Turbo #FCC718

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.89%

 BLUE value IS 24 (9.77% from 255) = 5.05%

R = 53.05%
G = 41.89%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCC718 (or 0xFCC718) is known color: Turbo. HEX triplet: FC, C7 and 18. RGB value is (252,199,24). Sum of RGB (Red+Green+Blue) = 252+199+24=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC718 is #0338E7. Grayscale: #C3C3C3. Windows color (decimal): -211176 or 1624060. OLE color: 1624060.

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

Color convert

RGB 252 199 24 -
CMYK 0 0.21 0.90 0.01
HSL 46.05º 0.97% 0.54% -
HSV(B) 46.05º 0.9% 0.99% -
XYZ 60.73 61.61 9.55 -
YUV 194.9 31.56 168.73 -
System Red Green Blue C M Y K H S L
Decimal 252 199 24 0 0.21 0.90 0.01 46.05 0.97 0.54
Hex FC C7 18 0 15 5A 1 2E 61 36
Octal 374 307 30 0 25 132 1 56 141 66
Binary 11111100 11000111 11000 0 10101 1011010 1 101110 1100001 110110

Color Harmonies of #FCC718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC718

Black with #FCC718

Text Example


Text Example

White with #FCC718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC718; }

 p { color: rgb(252,199,24); }

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

background-color css

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

 a { background-color: rgb(252,199,24); }

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

border-color css

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

 span { border-color: rgb(252,199,24); }

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