Html Css Color HEX #FAC81B Turbo

📋 copy color: '#FAC81B'

red 250 ◦ green 200 ◦ blue 27

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

Shades of Turbo #FAC81B

Tints of Turbo #FAC81B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.66%

R = 52.41%
G = 41.93%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAC81B (or 0xFAC81B) is known color: Turbo. HEX triplet: FA, C8 and 1B. RGB value is (250,200,27). Sum of RGB (Red+Green+Blue) = 250+200+27=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC81B is #0537E4. Grayscale: #C3C3C3. Windows color (decimal): -341989 or 1820922. OLE color: 1820922.

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

Color convert

RGB 250 200 27 -
CMYK 0 0.2 0.89 0.02
HSL 46.55º 0.96% 0.54% -
HSV(B) 46.55º 0.89% 0.98% -
XYZ 60.28 61.71 9.77 -
YUV 195.23 33.07 167.07 -
System Red Green Blue C M Y K H S L
Decimal 250 200 27 0 0.2 0.89 0.02 46.55 0.96 0.54
Hex FA C8 1B 0 14 59 2 2F 60 36
Octal 372 310 33 0 24 131 2 57 140 66
Binary 11111010 11001000 11011 0 10100 1011001 10 101111 1100000 110110

Color Harmonies of #FAC81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC81B

Black with #FAC81B

Text Example


Text Example

White with #FAC81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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