Html Css Color HEX #FAC816 Turbo

📋 copy color: '#FAC816'

red 250 ◦ green 200 ◦ blue 22

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

Shades of Turbo #FAC816

Tints of Turbo #FAC816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.66%

R = 52.97%
G = 42.37%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAC816 (or 0xFAC816) is known color: Turbo. HEX triplet: FA, C8 and 16. RGB value is (250,200,22). Sum of RGB (Red+Green+Blue) = 250+200+22=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC816 is #0537E9. Grayscale: #C3C3C3. Windows color (decimal): -341994 or 1493242. OLE color: 1493242.

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

Color convert

RGB 250 200 22 -
CMYK 0 0.2 0.91 0.02
HSL 46.84º 0.96% 0.53% -
HSV(B) 46.84º 0.91% 0.98% -
XYZ 60.22 61.69 9.49 -
YUV 194.66 30.57 167.47 -
System Red Green Blue C M Y K H S L
Decimal 250 200 22 0 0.2 0.91 0.02 46.84 0.96 0.53
Hex FA C8 16 0 14 5B 2 2F 60 35
Octal 372 310 26 0 24 133 2 57 140 65
Binary 11111010 11001000 10110 0 10100 1011011 10 101111 1100000 110101

Color Harmonies of #FAC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC816

Black with #FAC816

Text Example


Text Example

White with #FAC816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC816; }

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

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

background-color css

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

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

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

border-color css

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

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

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