Html Css Color HEX #FAC71D Turbo

📋 copy color: '#FAC71D'

red 250 ◦ green 199 ◦ blue 29

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

Shades of Turbo #FAC71D

Tints of Turbo #FAC71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.07%

R = 52.3%
G = 41.63%
B = 6.07%

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

#FAC71D (or 0xFAC71D) is known color: Turbo. HEX triplet: FA, C7 and 1D. RGB value is (250,199,29). Sum of RGB (Red+Green+Blue) = 250+199+29=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC71D is #0538E2. Grayscale: #C3C3C3. Windows color (decimal): -342243 or 1951738. OLE color: 1951738.

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

Color convert

RGB 250 199 29 -
CMYK 0 0.20 0.88 0.02
HSL 46.15º 0.96% 0.55% -
HSV(B) 46.15º 0.88% 0.98% -
XYZ 60.07 61.26 9.82 -
YUV 194.87 34.4 167.32 -
System Red Green Blue C M Y K H S L
Decimal 250 199 29 0 0.20 0.88 0.02 46.15 0.96 0.55
Hex FA C7 1D 0 14 58 2 2E 60 37
Octal 372 307 35 0 24 130 2 56 140 67
Binary 11111010 11000111 11101 0 10100 1011000 10 101110 1100000 110111

Color Harmonies of #FAC71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC71D

Black with #FAC71D

Text Example


Text Example

White with #FAC71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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