Html Css Color HEX #FACC1C Turbo

📋 copy color: '#FACC1C'

red 250 ◦ green 204 ◦ blue 28

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

Shades of Turbo #FACC1C

Tints of Turbo #FACC1C

RGB

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

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

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

R = 51.87%
G = 42.32%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FACC1C (or 0xFACC1C) is known color: Turbo. HEX triplet: FA, CC and 1C. RGB value is (250,204,28). Sum of RGB (Red+Green+Blue) = 250+204+28=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC1C is #0533E3. Grayscale: #C6C6C6. Windows color (decimal): -340964 or 1887482. OLE color: 1887482.

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

Color convert

RGB 250 204 28 -
CMYK 0 0.18 0.89 0.02
HSL 47.57º 0.96% 0.55% -
HSV(B) 47.57º 0.89% 0.98% -
XYZ 61.23 63.59 10.15 -
YUV 197.69 32.24 165.31 -
System Red Green Blue C M Y K H S L
Decimal 250 204 28 0 0.18 0.89 0.02 47.57 0.96 0.55
Hex FA CC 1C 0 12 59 2 30 60 37
Octal 372 314 34 0 22 131 2 60 140 67
Binary 11111010 11001100 11100 0 10010 1011001 10 110000 1100000 110111

Color Harmonies of #FACC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC1C

Black with #FACC1C

Text Example


Text Example

White with #FACC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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