Html Css Color HEX #FAC81F Turbo

📋 copy color: '#FAC81F'

red 250 ◦ green 200 ◦ blue 31

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

Shades of Turbo #FAC81F

Tints of Turbo #FAC81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.44%

R = 51.98%
G = 41.58%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAC81F (or 0xFAC81F) is known color: Turbo. HEX triplet: FA, C8 and 1F. RGB value is (250,200,31). Sum of RGB (Red+Green+Blue) = 250+200+31=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 31 (12.5% from 255 or 6.44% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC81F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC81F is #0537E0. Grayscale: #C4C4C4. Windows color (decimal): -341985 or 2083066. OLE color: 2083066.

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

Color convert

RGB 250 200 31 -
CMYK 0 0.2 0.88 0.02
HSL 46.3º 0.96% 0.55% -
HSV(B) 46.3º 0.88% 0.98% -
XYZ 60.33 61.73 10.03 -
YUV 195.68 35.07 166.74 -
System Red Green Blue C M Y K H S L
Decimal 250 200 31 0 0.2 0.88 0.02 46.3 0.96 0.55
Hex FA C8 1F 0 14 58 2 2E 60 37
Octal 372 310 37 0 24 130 2 56 140 67
Binary 11111010 11001000 11111 0 10100 1011000 10 101110 1100000 110111

Color Harmonies of #FAC81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC81F

Black with #FAC81F

Text Example


Text Example

White with #FAC81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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