Html Css Color HEX #FACB19 Turbo

📋 copy color: '#FACB19'

red 250 ◦ green 203 ◦ blue 25

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

Shades of Turbo #FACB19

Tints of Turbo #FACB19

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.47%

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

R = 52.3%
G = 42.47%
B = 5.23%

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

#FACB19 (or 0xFACB19) is known color: Turbo. HEX triplet: FA, CB and 19. RGB value is (250,203,25). Sum of RGB (Red+Green+Blue) = 250+203+25=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACB19 is #0534E6. Grayscale: #C5C5C5. Windows color (decimal): -341223 or 1690618. OLE color: 1690618.

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

Color convert

RGB 250 203 25 -
CMYK 0 0.19 0.9 0.02
HSL 47.47º 0.96% 0.54% -
HSV(B) 47.47º 0.9% 0.98% -
XYZ 60.96 63.11 9.89 -
YUV 196.76 31.07 165.97 -
System Red Green Blue C M Y K H S L
Decimal 250 203 25 0 0.19 0.9 0.02 47.47 0.96 0.54
Hex FA CB 19 0 13 5A 2 2F 60 36
Octal 372 313 31 0 23 132 2 57 140 66
Binary 11111010 11001011 11001 0 10011 1011010 10 101111 1100000 110110

Color Harmonies of #FACB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB19

Black with #FACB19

Text Example


Text Example

White with #FACB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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