Html Css Color HEX #FAC91E Turbo

📋 copy color: '#FAC91E'

red 250 ◦ green 201 ◦ blue 30

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

Shades of Turbo #FAC91E

Tints of Turbo #FAC91E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.24%

R = 51.98%
G = 41.79%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAC91E (or 0xFAC91E) is known color: Turbo. HEX triplet: FA, C9 and 1E. RGB value is (250,201,30). Sum of RGB (Red+Green+Blue) = 250+201+30=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 30 (12.11% from 255 or 6.24% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC91E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC91E is #0536E1. Grayscale: #C4C4C4. Windows color (decimal): -341730 or 2017786. OLE color: 2017786.

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

Color convert

RGB 250 201 30 -
CMYK 0 0.20 0.88 0.02
HSL 46.64º 0.96% 0.55% -
HSV(B) 46.64º 0.88% 0.98% -
XYZ 60.55 62.19 10.04 -
YUV 196.16 34.23 166.4 -
System Red Green Blue C M Y K H S L
Decimal 250 201 30 0 0.20 0.88 0.02 46.64 0.96 0.55
Hex FA C9 1E 0 14 58 2 2F 60 37
Octal 372 311 36 0 24 130 2 57 140 67
Binary 11111010 11001001 11110 0 10100 1011000 10 101111 1100000 110111

Color Harmonies of #FAC91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC91E

Black with #FAC91E

Text Example


Text Example

White with #FAC91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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