Html Css Color HEX #F09525 Carrot Orange

📋 copy color: '#F09525'

red 240 ◦ green 149 ◦ blue 37

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

Shades of Carrot Orange #F09525

Tints of Carrot Orange #F09525

RGB

 RED value IS 240 (94.14% from 255) = 56.34%

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

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

R = 56.34%
G = 34.98%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F09525 (or 0xF09525) is known color: Carrot Orange. HEX triplet: F0, 95 and 25. RGB value is (240,149,37). Sum of RGB (Red+Green+Blue) = 240+149+37=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F09525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09525 is #0F6ADA. Grayscale: #A3A3A3. Windows color (decimal): -1010395 or 2463216. OLE color: 2463216.

HSL color Cylindrical-coordinate representation of color #F09525: hue angle of 33.1º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F09525 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 37 -
CMYK 0 0.38 0.85 0.06
HSL 33.1º 0.87% 0.54% -
HSV(B) 33.1º 0.85% 0.94% -
XYZ 47.02 40.15 7.02 -
YUV 163.44 56.65 182.61 -
System Red Green Blue C M Y K H S L
Decimal 240 149 37 0 0.38 0.85 0.06 33.1 0.87 0.54
Hex F0 95 25 0 26 55 6 21 57 36
Octal 360 225 45 0 46 125 6 41 127 66
Binary 11110000 10010101 100101 0 100110 1010101 110 100001 1010111 110110

Color Harmonies of #F09525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09525

Black with #F09525

Text Example


Text Example

White with #F09525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09525; }

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

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

background-color css

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

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

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

border-color css

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

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

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