Html Css Color HEX #FACF14 Turbo

📋 copy color: '#FACF14'

red 250 ◦ green 207 ◦ blue 20

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

Shades of Turbo #FACF14

Tints of Turbo #FACF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.19%

R = 52.41%
G = 43.4%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FACF14 (or 0xFACF14) is known color: Turbo. HEX triplet: FA, CF and 14. RGB value is (250,207,20). Sum of RGB (Red+Green+Blue) = 250+207+20=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACF14 is #0530EB. Grayscale: #C7C7C7. Windows color (decimal): -340204 or 1363962. OLE color: 1363962.

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

Color convert

RGB 250 207 20 -
CMYK 0 0.17 0.92 0.02
HSL 48.78º 0.96% 0.53% -
HSV(B) 48.78º 0.92% 0.98% -
XYZ 61.86 65 9.95 -
YUV 198.54 27.25 164.71 -
System Red Green Blue C M Y K H S L
Decimal 250 207 20 0 0.17 0.92 0.02 48.78 0.96 0.53
Hex FA CF 14 0 11 5C 2 31 60 35
Octal 372 317 24 0 21 134 2 61 140 65
Binary 11111010 11001111 10100 0 10001 1011100 10 110001 1100000 110101

Color Harmonies of #FACF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF14

Black with #FACF14

Text Example


Text Example

White with #FACF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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