Html Css Color HEX #FACA13 Turbo

📋 copy color: '#FACA13'

red 250 ◦ green 202 ◦ blue 19

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

Shades of Turbo #FACA13

Tints of Turbo #FACA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.03%

R = 53.08%
G = 42.89%
B = 4.03%

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

#FACA13 (or 0xFACA13) is known color: Turbo. HEX triplet: FA, CA and 13. RGB value is (250,202,19). Sum of RGB (Red+Green+Blue) = 250+202+19=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 19 (7.81% from 255 or 4.03% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACA13 is #0535EC. Grayscale: #C4C4C4. Windows color (decimal): -341485 or 1297146. OLE color: 1297146.

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

Color convert

RGB 250 202 19 -
CMYK 0 0.19 0.92 0.02
HSL 47.53º 0.96% 0.53% -
HSV(B) 47.53º 0.92% 0.98% -
XYZ 60.66 62.61 9.5 -
YUV 195.49 28.4 166.88 -
System Red Green Blue C M Y K H S L
Decimal 250 202 19 0 0.19 0.92 0.02 47.53 0.96 0.53
Hex FA CA 13 0 13 5C 2 30 60 35
Octal 372 312 23 0 23 134 2 60 140 65
Binary 11111010 11001010 10011 0 10011 1011100 10 110000 1100000 110101

Color Harmonies of #FACA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA13

Black with #FACA13

Text Example


Text Example

White with #FACA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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