Html Css Color HEX #FAC917 Turbo

📋 copy color: '#FAC917'

red 250 ◦ green 201 ◦ blue 23

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

Shades of Turbo #FAC917

Tints of Turbo #FAC917

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.41%

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

R = 52.74%
G = 42.41%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAC917 (or 0xFAC917) is known color: Turbo. HEX triplet: FA, C9 and 17. RGB value is (250,201,23). Sum of RGB (Red+Green+Blue) = 250+201+23=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 23 (9.38% from 255 or 4.85% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC917 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC917 is #0536E8. Grayscale: #C4C4C4. Windows color (decimal): -341737 or 1559034. OLE color: 1559034.

HSL color Cylindrical-coordinate representation of color #FAC917: hue angle of 47.05º 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 #FAC917 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 23 -
CMYK 0 0.20 0.91 0.02
HSL 47.05º 0.96% 0.54% -
HSV(B) 47.05º 0.91% 0.98% -
XYZ 60.47 62.16 9.62 -
YUV 195.36 30.73 166.97 -
System Red Green Blue C M Y K H S L
Decimal 250 201 23 0 0.20 0.91 0.02 47.05 0.96 0.54
Hex FA C9 17 0 14 5B 2 2F 60 36
Octal 372 311 27 0 24 133 2 57 140 66
Binary 11111010 11001001 10111 0 10100 1011011 10 101111 1100000 110110

Color Harmonies of #FAC917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC917

Black with #FAC917

Text Example


Text Example

White with #FAC917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC917; }

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

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

background-color css

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

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

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

border-color css

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

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

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