Html Css Color HEX #FACC19 Turbo

📋 copy color: '#FACC19'

red 250 ◦ green 204 ◦ blue 25

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

Shades of Turbo #FACC19

Tints of Turbo #FACC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.22%

R = 52.19%
G = 42.59%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FACC19 (or 0xFACC19) is known color: Turbo. HEX triplet: FA, CC and 19. RGB value is (250,204,25). Sum of RGB (Red+Green+Blue) = 250+204+25=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 25 (10.16% from 255 or 5.22% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACC19 is #0533E6. Grayscale: #C6C6C6. Windows color (decimal): -340967 or 1690874. OLE color: 1690874.

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

Color convert

RGB 250 204 25 -
CMYK 0 0.18 0.9 0.02
HSL 47.73º 0.96% 0.54% -
HSV(B) 47.73º 0.9% 0.98% -
XYZ 61.19 63.58 9.97 -
YUV 197.35 30.74 165.55 -
System Red Green Blue C M Y K H S L
Decimal 250 204 25 0 0.18 0.9 0.02 47.73 0.96 0.54
Hex FA CC 19 0 12 5A 2 30 60 36
Octal 372 314 31 0 22 132 2 60 140 66
Binary 11111010 11001100 11001 0 10010 1011010 10 110000 1100000 110110

Color Harmonies of #FACC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC19

Black with #FACC19

Text Example


Text Example

White with #FACC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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