Html Css Color HEX #FACF18 Turbo

📋 copy color: '#FACF18'

red 250 ◦ green 207 ◦ blue 24

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

Shades of Turbo #FACF18

Tints of Turbo #FACF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.99%

R = 51.98%
G = 43.04%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FACF18 (or 0xFACF18) is known color: Turbo. HEX triplet: FA, CF and 18. RGB value is (250,207,24). Sum of RGB (Red+Green+Blue) = 250+207+24=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACF18 is #0530E7. Grayscale: #C7C7C7. Windows color (decimal): -340200 or 1626106. OLE color: 1626106.

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

Color convert

RGB 250 207 24 -
CMYK 0 0.17 0.90 0.02
HSL 48.58º 0.96% 0.54% -
HSV(B) 48.58º 0.9% 0.98% -
XYZ 61.9 65.02 10.15 -
YUV 199 29.25 164.38 -
System Red Green Blue C M Y K H S L
Decimal 250 207 24 0 0.17 0.90 0.02 48.58 0.96 0.54
Hex FA CF 18 0 11 5A 2 31 60 36
Octal 372 317 30 0 21 132 2 61 140 66
Binary 11111010 11001111 11000 0 10001 1011010 10 110001 1100000 110110

Color Harmonies of #FACF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF18

Black with #FACF18

Text Example


Text Example

White with #FACF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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