Html Css Color HEX #F99525 Carrot Orange

📋 copy color: '#F99525'

red 249 ◦ green 149 ◦ blue 37

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

Shades of Carrot Orange #F99525

Tints of Carrot Orange #F99525

RGB

 RED value IS 249 (97.66% from 255) = 57.24%

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

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

R = 57.24%
G = 34.25%
B = 8.51%

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

#F99525 (or 0xF99525) is known color: Carrot Orange. HEX triplet: F9, 95 and 25. RGB value is (249,149,37). Sum of RGB (Red+Green+Blue) = 249+149+37=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F99525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99525 is #066ADA. Grayscale: #A6A6A6. Windows color (decimal): -420571 or 2463225. OLE color: 2463225.

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

Color convert

RGB 249 149 37 -
CMYK 0 0.40 0.85 0.02
HSL 31.7º 0.95% 0.56% -
HSV(B) 31.7º 0.85% 0.98% -
XYZ 50.15 41.77 7.17 -
YUV 166.13 55.13 187.11 -
System Red Green Blue C M Y K H S L
Decimal 249 149 37 0 0.40 0.85 0.02 31.7 0.95 0.56
Hex F9 95 25 0 28 55 2 20 5F 38
Octal 371 225 45 0 50 125 2 40 137 70
Binary 11111001 10010101 100101 0 101000 1010101 10 100000 1011111 111000

Color Harmonies of #F99525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99525

Black with #F99525

Text Example


Text Example

White with #F99525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99525; }

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

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

background-color css

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

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

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

border-color css

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

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

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