Html Css Color HEX #F09825 Carrot Orange

📋 copy color: '#F09825'

red 240 ◦ green 152 ◦ blue 37

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

Shades of Carrot Orange #F09825

Tints of Carrot Orange #F09825

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.43%

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

R = 55.94%
G = 35.43%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F09825 (or 0xF09825) is known color: Carrot Orange. HEX triplet: F0, 98 and 25. RGB value is (240,152,37). Sum of RGB (Red+Green+Blue) = 240+152+37=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F09825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09825 is #0F67DA. Grayscale: #A5A5A5. Windows color (decimal): -1009627 or 2463984. OLE color: 2463984.

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

Color convert

RGB 240 152 37 -
CMYK 0 0.37 0.85 0.06
HSL 33.99º 0.87% 0.54% -
HSV(B) 33.99º 0.85% 0.94% -
XYZ 47.5 41.12 7.18 -
YUV 165.2 55.65 181.35 -
System Red Green Blue C M Y K H S L
Decimal 240 152 37 0 0.37 0.85 0.06 33.99 0.87 0.54
Hex F0 98 25 0 25 55 6 22 57 36
Octal 360 230 45 0 45 125 6 42 127 66
Binary 11110000 10011000 100101 0 100101 1010101 110 100010 1010111 110110

Color Harmonies of #F09825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09825

Black with #F09825

Text Example


Text Example

White with #F09825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09825; }

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

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

background-color css

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

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

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

border-color css

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

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

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