Html Css Color HEX #FAC71C Turbo

📋 copy color: '#FAC71C'

red 250 ◦ green 199 ◦ blue 28

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

Shades of Turbo #FAC71C

Tints of Turbo #FAC71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.72%

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

R = 52.41%
G = 41.72%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAC71C (or 0xFAC71C) is known color: Turbo. HEX triplet: FA, C7 and 1C. RGB value is (250,199,28). Sum of RGB (Red+Green+Blue) = 250+199+28=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC71C is #0538E3. Grayscale: #C3C3C3. Windows color (decimal): -342244 or 1886202. OLE color: 1886202.

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

Color convert

RGB 250 199 28 -
CMYK 0 0.20 0.89 0.02
HSL 46.22º 0.96% 0.55% -
HSV(B) 46.22º 0.89% 0.98% -
XYZ 60.06 61.25 9.76 -
YUV 194.76 33.9 167.4 -
System Red Green Blue C M Y K H S L
Decimal 250 199 28 0 0.20 0.89 0.02 46.22 0.96 0.55
Hex FA C7 1C 0 14 59 2 2E 60 37
Octal 372 307 34 0 24 131 2 56 140 67
Binary 11111010 11000111 11100 0 10100 1011001 10 101110 1100000 110111

Color Harmonies of #FAC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC71C

Black with #FAC71C

Text Example


Text Example

White with #FAC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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