Html Css Color HEX #F29D25 Carrot Orange

📋 copy color: '#F29D25'

red 242 ◦ green 157 ◦ blue 37

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

Shades of Carrot Orange #F29D25

Tints of Carrot Orange #F29D25

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.01%

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

R = 55.5%
G = 36.01%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F29D25 (or 0xF29D25) is known color: Carrot Orange. HEX triplet: F2, 9D and 25. RGB value is (242,157,37). Sum of RGB (Red+Green+Blue) = 242+157+37=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29D25 is #0D62DA. Grayscale: #A9A9A9. Windows color (decimal): -877275 or 2465266. OLE color: 2465266.

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

Color convert

RGB 242 157 37 -
CMYK 0 0.35 0.85 0.05
HSL 35.12º 0.89% 0.55% -
HSV(B) 35.12º 0.85% 0.95% -
XYZ 49.01 43.12 7.49 -
YUV 168.74 53.66 180.26 -
System Red Green Blue C M Y K H S L
Decimal 242 157 37 0 0.35 0.85 0.05 35.12 0.89 0.55
Hex F2 9D 25 0 23 55 5 23 59 37
Octal 362 235 45 0 43 125 5 43 131 67
Binary 11110010 10011101 100101 0 100011 1010101 101 100011 1011001 110111

Color Harmonies of #F29D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D25

Black with #F29D25

Text Example


Text Example

White with #F29D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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