Html Css Color HEX #FAC81A Turbo

📋 copy color: '#FAC81A'

red 250 ◦ green 200 ◦ blue 26

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

Shades of Turbo #FAC81A

Tints of Turbo #FAC81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.46%

R = 52.52%
G = 42.02%
B = 5.46%

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

#FAC81A (or 0xFAC81A) is known color: Turbo. HEX triplet: FA, C8 and 1A. RGB value is (250,200,26). Sum of RGB (Red+Green+Blue) = 250+200+26=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC81A is #0537E5. Grayscale: #C3C3C3. Windows color (decimal): -341990 or 1755386. OLE color: 1755386.

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

Color convert

RGB 250 200 26 -
CMYK 0 0.2 0.90 0.02
HSL 46.61º 0.96% 0.54% -
HSV(B) 46.61º 0.9% 0.98% -
XYZ 60.27 61.71 9.71 -
YUV 195.11 32.57 167.15 -
System Red Green Blue C M Y K H S L
Decimal 250 200 26 0 0.2 0.90 0.02 46.61 0.96 0.54
Hex FA C8 1A 0 14 5A 2 2F 60 36
Octal 372 310 32 0 24 132 2 57 140 66
Binary 11111010 11001000 11010 0 10100 1011010 10 101111 1100000 110110

Color Harmonies of #FAC81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC81A

Black with #FAC81A

Text Example


Text Example

White with #FAC81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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