Html Css Color HEX #FAC81C Turbo

📋 copy color: '#FAC81C'

red 250 ◦ green 200 ◦ blue 28

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

Shades of Turbo #FAC81C

Tints of Turbo #FAC81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.86%

R = 52.3%
G = 41.84%
B = 5.86%

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

#FAC81C (or 0xFAC81C) is known color: Turbo. HEX triplet: FA, C8 and 1C. RGB value is (250,200,28). Sum of RGB (Red+Green+Blue) = 250+200+28=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC81C is #0537E3. Grayscale: #C4C4C4. Windows color (decimal): -341988 or 1886458. OLE color: 1886458.

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

Color convert

RGB 250 200 28 -
CMYK 0 0.2 0.89 0.02
HSL 46.49º 0.96% 0.55% -
HSV(B) 46.49º 0.89% 0.98% -
XYZ 60.29 61.72 9.83 -
YUV 195.34 33.57 166.99 -
System Red Green Blue C M Y K H S L
Decimal 250 200 28 0 0.2 0.89 0.02 46.49 0.96 0.55
Hex FA C8 1C 0 14 59 2 2E 60 37
Octal 372 310 34 0 24 131 2 56 140 67
Binary 11111010 11001000 11100 0 10100 1011001 10 101110 1100000 110111

Color Harmonies of #FAC81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC81C

Black with #FAC81C

Text Example


Text Example

White with #FAC81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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