Html Css Color HEX #FACC17 Turbo

📋 copy color: '#FACC17'

red 250 ◦ green 204 ◦ blue 23

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

Shades of Turbo #FACC17

Tints of Turbo #FACC17

RGB

 RED value IS 250 (98.05% from 255) = 52.41%

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

 BLUE value IS 23 (9.38% from 255) = 4.82%

R = 52.41%
G = 42.77%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FACC17 (or 0xFACC17) is known color: Turbo. HEX triplet: FA, CC and 17. RGB value is (250,204,23). Sum of RGB (Red+Green+Blue) = 250+204+23=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 23 (9.38% from 255 or 4.82% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC17 is #0533E8. Grayscale: #C5C5C5. Windows color (decimal): -340969 or 1559802. OLE color: 1559802.

HSL color Cylindrical-coordinate representation of color #FACC17: hue angle of 47.84º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FACC17 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 23 -
CMYK 0 0.18 0.91 0.02
HSL 47.84º 0.96% 0.54% -
HSV(B) 47.84º 0.91% 0.98% -
XYZ 61.17 63.57 9.86 -
YUV 197.12 29.74 165.72 -
System Red Green Blue C M Y K H S L
Decimal 250 204 23 0 0.18 0.91 0.02 47.84 0.96 0.54
Hex FA CC 17 0 12 5B 2 30 60 36
Octal 372 314 27 0 22 133 2 60 140 66
Binary 11111010 11001100 10111 0 10010 1011011 10 110000 1100000 110110

Color Harmonies of #FACC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC17

Black with #FACC17

Text Example


Text Example

White with #FACC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC17; }

 p { color: rgb(250,204,23); }

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

background-color css

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

 a { background-color: rgb(250,204,23); }

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

border-color css

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

 span { border-color: rgb(250,204,23); }

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