Html Css Color HEX #FACF19 Turbo

📋 copy color: '#FACF19'

red 250 ◦ green 207 ◦ blue 25

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

Shades of Turbo #FACF19

Tints of Turbo #FACF19

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.95%

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

R = 51.87%
G = 42.95%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FACF19 (or 0xFACF19) is known color: Turbo. HEX triplet: FA, CF and 19. RGB value is (250,207,25). Sum of RGB (Red+Green+Blue) = 250+207+25=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACF19 is #0530E6. Grayscale: #C7C7C7. Windows color (decimal): -340199 or 1691642. OLE color: 1691642.

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

Color convert

RGB 250 207 25 -
CMYK 0 0.17 0.9 0.02
HSL 48.53º 0.96% 0.54% -
HSV(B) 48.53º 0.9% 0.98% -
XYZ 61.91 65.02 10.21 -
YUV 199.11 29.75 164.3 -
System Red Green Blue C M Y K H S L
Decimal 250 207 25 0 0.17 0.9 0.02 48.53 0.96 0.54
Hex FA CF 19 0 11 5A 2 31 60 36
Octal 372 317 31 0 21 132 2 61 140 66
Binary 11111010 11001111 11001 0 10001 1011010 10 110001 1100000 110110

Color Harmonies of #FACF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF19

Black with #FACF19

Text Example


Text Example

White with #FACF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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