Html Css Color HEX #FACA19 Turbo

📋 copy color: '#FACA19'

red 250 ◦ green 202 ◦ blue 25

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

Shades of Turbo #FACA19

Tints of Turbo #FACA19

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.35%

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

R = 52.41%
G = 42.35%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FACA19 (or 0xFACA19) is known color: Turbo. HEX triplet: FA, CA and 19. RGB value is (250,202,25). Sum of RGB (Red+Green+Blue) = 250+202+25=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 25 (10.16% from 255 or 5.24% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA19 is #0535E6. Grayscale: #C4C4C4. Windows color (decimal): -341479 or 1690362. OLE color: 1690362.

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

Color convert

RGB 250 202 25 -
CMYK 0 0.19 0.9 0.02
HSL 47.2º 0.96% 0.54% -
HSV(B) 47.2º 0.9% 0.98% -
XYZ 60.72 62.64 9.81 -
YUV 196.17 31.4 166.39 -
System Red Green Blue C M Y K H S L
Decimal 250 202 25 0 0.19 0.9 0.02 47.2 0.96 0.54
Hex FA CA 19 0 13 5A 2 2F 60 36
Octal 372 312 31 0 23 132 2 57 140 66
Binary 11111010 11001010 11001 0 10011 1011010 10 101111 1100000 110110

Color Harmonies of #FACA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA19

Black with #FACA19

Text Example


Text Example

White with #FACA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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