Html Css Color HEX #FA9525 Carrot Orange

📋 copy color: '#FA9525'

red 250 ◦ green 149 ◦ blue 37

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

Shades of Carrot Orange #FA9525

Tints of Carrot Orange #FA9525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.17%

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

R = 57.34%
G = 34.17%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA9525 (or 0xFA9525) is known color: Carrot Orange. HEX triplet: FA, 95 and 25. RGB value is (250,149,37). Sum of RGB (Red+Green+Blue) = 250+149+37=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9525 is #056ADA. Grayscale: #A6A6A6. Windows color (decimal): -355035 or 2463226. OLE color: 2463226.

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

Color convert

RGB 250 149 37 -
CMYK 0 0.40 0.85 0.02
HSL 31.55º 0.96% 0.56% -
HSV(B) 31.55º 0.85% 0.98% -
XYZ 50.51 41.95 7.19 -
YUV 166.43 54.96 187.61 -
System Red Green Blue C M Y K H S L
Decimal 250 149 37 0 0.40 0.85 0.02 31.55 0.96 0.56
Hex FA 95 25 0 28 55 2 20 60 38
Octal 372 225 45 0 50 125 2 40 140 70
Binary 11111010 10010101 100101 0 101000 1010101 10 100000 1100000 111000

Color Harmonies of #FA9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9525

Black with #FA9525

Text Example


Text Example

White with #FA9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9525; }

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

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

background-color css

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

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

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

border-color css

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

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

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