Html Css Color HEX #FACA25 Turbo

📋 copy color: '#FACA25'

red 250 ◦ green 202 ◦ blue 37

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

Shades of Turbo #FACA25

Tints of Turbo #FACA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.57%

R = 51.12%
G = 41.31%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FACA25 (or 0xFACA25) is known color: Turbo. HEX triplet: FA, CA and 25. RGB value is (250,202,37). Sum of RGB (Red+Green+Blue) = 250+202+37=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 37 (14.84% from 255 or 7.57% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA25 is #0535DA. Grayscale: #C6C6C6. Windows color (decimal): -341467 or 2476794. OLE color: 2476794.

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

Color convert

RGB 250 202 37 -
CMYK 0 0.19 0.85 0.02
HSL 46.48º 0.96% 0.56% -
HSV(B) 46.48º 0.85% 0.98% -
XYZ 60.88 62.7 10.64 -
YUV 197.54 37.4 165.42 -
System Red Green Blue C M Y K H S L
Decimal 250 202 37 0 0.19 0.85 0.02 46.48 0.96 0.56
Hex FA CA 25 0 13 55 2 2E 60 38
Octal 372 312 45 0 23 125 2 56 140 70
Binary 11111010 11001010 100101 0 10011 1010101 10 101110 1100000 111000

Color Harmonies of #FACA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA25

Black with #FACA25

Text Example


Text Example

White with #FACA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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