Html Css Color HEX #F98525 Carrot Orange

📋 copy color: '#F98525'

red 249 ◦ green 133 ◦ blue 37

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

Shades of Carrot Orange #F98525

Tints of Carrot Orange #F98525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.74%

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

R = 59.43%
G = 31.74%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F98525 (or 0xF98525) is known color: Carrot Orange. HEX triplet: F9, 85 and 25. RGB value is (249,133,37). Sum of RGB (Red+Green+Blue) = 249+133+37=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F98525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98525 is #067ADA. Grayscale: #9D9D9D. Windows color (decimal): -424667 or 2459129. OLE color: 2459129.

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

Color convert

RGB 249 133 37 -
CMYK 0 0.47 0.85 0.02
HSL 27.17º 0.95% 0.56% -
HSV(B) 27.17º 0.85% 0.98% -
XYZ 47.79 37.05 6.38 -
YUV 156.74 60.43 193.81 -
System Red Green Blue C M Y K H S L
Decimal 249 133 37 0 0.47 0.85 0.02 27.17 0.95 0.56
Hex F9 85 25 0 2F 55 2 1B 5F 38
Octal 371 205 45 0 57 125 2 33 137 70
Binary 11111001 10000101 100101 0 101111 1010101 10 11011 1011111 111000

Color Harmonies of #F98525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98525

Black with #F98525

Text Example


Text Example

White with #F98525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98525; }

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

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

background-color css

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

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

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

border-color css

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

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

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