Html Css Color HEX #F29525 Carrot Orange

📋 copy color: '#F29525'

red 242 ◦ green 149 ◦ blue 37

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

Shades of Carrot Orange #F29525

Tints of Carrot Orange #F29525

RGB

 RED value IS 242 (94.92% from 255) = 56.54%

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

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

R = 56.54%
G = 34.81%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F29525 (or 0xF29525) is known color: Carrot Orange. HEX triplet: F2, 95 and 25. RGB value is (242,149,37). Sum of RGB (Red+Green+Blue) = 242+149+37=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F29525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29525 is #0D6ADA. Grayscale: #A4A4A4. Windows color (decimal): -879323 or 2463218. OLE color: 2463218.

HSL color Cylindrical-coordinate representation of color #F29525: hue angle of 32.78º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F29525 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 149 37 -
CMYK 0 0.38 0.85 0.05
HSL 32.78º 0.89% 0.55% -
HSV(B) 32.78º 0.85% 0.95% -
XYZ 47.7 40.51 7.05 -
YUV 164.04 56.31 183.61 -
System Red Green Blue C M Y K H S L
Decimal 242 149 37 0 0.38 0.85 0.05 32.78 0.89 0.55
Hex F2 95 25 0 26 55 5 21 59 37
Octal 362 225 45 0 46 125 5 41 131 67
Binary 11110010 10010101 100101 0 100110 1010101 101 100001 1011001 110111

Color Harmonies of #F29525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29525

Black with #F29525

Text Example


Text Example

White with #F29525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29525; }

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

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

background-color css

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

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

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

border-color css

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

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

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