Html Css Color HEX #FACF17 Turbo

📋 copy color: '#FACF17'

red 250 ◦ green 207 ◦ blue 23

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

Shades of Turbo #FACF17

Tints of Turbo #FACF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.79%

R = 52.08%
G = 43.13%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FACF17 (or 0xFACF17) is known color: Turbo. HEX triplet: FA, CF and 17. RGB value is (250,207,23). Sum of RGB (Red+Green+Blue) = 250+207+23=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 23 (9.38% from 255 or 4.79% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACF17 is #0530E8. Grayscale: #C7C7C7. Windows color (decimal): -340201 or 1560570. OLE color: 1560570.

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

Color convert

RGB 250 207 23 -
CMYK 0 0.17 0.91 0.02
HSL 48.63º 0.96% 0.54% -
HSV(B) 48.63º 0.91% 0.98% -
XYZ 61.89 65.01 10.1 -
YUV 198.88 28.75 164.46 -
System Red Green Blue C M Y K H S L
Decimal 250 207 23 0 0.17 0.91 0.02 48.63 0.96 0.54
Hex FA CF 17 0 11 5B 2 31 60 36
Octal 372 317 27 0 21 133 2 61 140 66
Binary 11111010 11001111 10111 0 10001 1011011 10 110001 1100000 110110

Color Harmonies of #FACF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF17

Black with #FACF17

Text Example


Text Example

White with #FACF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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