Html Css Color HEX #F29131 Sun

📋 copy color: '#F29131'

red 242 ◦ green 145 ◦ blue 49

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

Shades of Sun #F29131

Tints of Sun #F29131

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.26%

 BLUE value IS 49 (19.53% from 255) = 11.24%

R = 55.5%
G = 33.26%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F29131 (or 0xF29131) is known color: Sun. HEX triplet: F2, 91 and 31. RGB value is (242,145,49). Sum of RGB (Red+Green+Blue) = 242+145+49=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F29131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29131 is #0D6ECE. Grayscale: #A3A3A3. Windows color (decimal): -880335 or 3248626. OLE color: 3248626.

HSL color Cylindrical-coordinate representation of color #F29131: hue angle of 29.84º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F29131 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 145 49 -
CMYK 0 0.40 0.80 0.05
HSL 29.84º 0.88% 0.57% -
HSV(B) 29.84º 0.8% 0.95% -
XYZ 47.3 39.35 8.01 -
YUV 163.06 63.64 184.31 -
System Red Green Blue C M Y K H S L
Decimal 242 145 49 0 0.40 0.80 0.05 29.84 0.88 0.57
Hex F2 91 31 0 28 50 5 1E 58 39
Octal 362 221 61 0 50 120 5 36 130 71
Binary 11110010 10010001 110001 0 101000 1010000 101 11110 1011000 111001

Color Harmonies of #F29131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29131

Black with #F29131

Text Example


Text Example

White with #F29131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29131; }

 p { color: rgb(242,145,49); }

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

background-color css

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

 a { background-color: rgb(242,145,49); }

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

border-color css

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

 span { border-color: rgb(242,145,49); }

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