Html Css Color HEX #FACA14 Turbo

📋 copy color: '#FACA14'

red 250 ◦ green 202 ◦ blue 20

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

Shades of Turbo #FACA14

Tints of Turbo #FACA14

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.8%

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

R = 52.97%
G = 42.8%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FACA14 (or 0xFACA14) is known color: Turbo. HEX triplet: FA, CA and 14. RGB value is (250,202,20). Sum of RGB (Red+Green+Blue) = 250+202+20=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA14 is #0535EB. Grayscale: #C4C4C4. Windows color (decimal): -341484 or 1362682. OLE color: 1362682.

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

Color convert

RGB 250 202 20 -
CMYK 0 0.19 0.92 0.02
HSL 47.48º 0.96% 0.53% -
HSV(B) 47.48º 0.92% 0.98% -
XYZ 60.67 62.62 9.55 -
YUV 195.6 28.9 166.8 -
System Red Green Blue C M Y K H S L
Decimal 250 202 20 0 0.19 0.92 0.02 47.48 0.96 0.53
Hex FA CA 14 0 13 5C 2 2F 60 35
Octal 372 312 24 0 23 134 2 57 140 65
Binary 11111010 11001010 10100 0 10011 1011100 10 101111 1100000 110101

Color Harmonies of #FACA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA14

Black with #FACA14

Text Example


Text Example

White with #FACA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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