Html Css Color HEX #FAC818 Turbo

📋 copy color: '#FAC818'

red 250 ◦ green 200 ◦ blue 24

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

Shades of Turbo #FAC818

Tints of Turbo #FAC818

RGB

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

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

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

R = 52.74%
G = 42.19%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAC818 (or 0xFAC818) is known color: Turbo. HEX triplet: FA, C8 and 18. RGB value is (250,200,24). Sum of RGB (Red+Green+Blue) = 250+200+24=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 24 (9.77% from 255 or 5.06% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC818 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC818 is #0537E7. Grayscale: #C3C3C3. Windows color (decimal): -341992 or 1624314. OLE color: 1624314.

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

Color convert

RGB 250 200 24 -
CMYK 0 0.2 0.90 0.02
HSL 46.73º 0.96% 0.54% -
HSV(B) 46.73º 0.9% 0.98% -
XYZ 60.24 61.7 9.6 -
YUV 194.89 31.57 167.31 -
System Red Green Blue C M Y K H S L
Decimal 250 200 24 0 0.2 0.90 0.02 46.73 0.96 0.54
Hex FA C8 18 0 14 5A 2 2F 60 36
Octal 372 310 30 0 24 132 2 57 140 66
Binary 11111010 11001000 11000 0 10100 1011010 10 101111 1100000 110110

Color Harmonies of #FAC818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC818

Black with #FAC818

Text Example


Text Example

White with #FAC818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC818; }

 p { color: rgb(250,200,24); }

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

background-color css

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

 a { background-color: rgb(250,200,24); }

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

border-color css

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

 span { border-color: rgb(250,200,24); }

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