Html Css Color HEX #FACC1F Turbo

📋 copy color: '#FACC1F'

red 250 ◦ green 204 ◦ blue 31

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

Shades of Turbo #FACC1F

Tints of Turbo #FACC1F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.06%

 BLUE value IS 31 (12.5% from 255) = 6.39%

R = 51.55%
G = 42.06%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FACC1F (or 0xFACC1F) is known color: Turbo. HEX triplet: FA, CC and 1F. RGB value is (250,204,31). Sum of RGB (Red+Green+Blue) = 250+204+31=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC1F is #0533E0. Grayscale: #C6C6C6. Windows color (decimal): -340961 or 2084090. OLE color: 2084090.

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

Color convert

RGB 250 204 31 -
CMYK 0 0.18 0.88 0.02
HSL 47.4º 0.96% 0.55% -
HSV(B) 47.4º 0.88% 0.98% -
XYZ 61.26 63.61 10.35 -
YUV 198.03 33.74 165.07 -
System Red Green Blue C M Y K H S L
Decimal 250 204 31 0 0.18 0.88 0.02 47.4 0.96 0.55
Hex FA CC 1F 0 12 58 2 2F 60 37
Octal 372 314 37 0 22 130 2 57 140 67
Binary 11111010 11001100 11111 0 10010 1011000 10 101111 1100000 110111

Color Harmonies of #FACC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC1F

Black with #FACC1F

Text Example


Text Example

White with #FACC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC1F; }

 p { color: rgb(250,204,31); }

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

background-color css

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

 a { background-color: rgb(250,204,31); }

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

border-color css

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

 span { border-color: rgb(250,204,31); }

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