Html Css Color HEX #F29040 Sun

📋 copy color: '#F29040'

red 242 ◦ green 144 ◦ blue 64

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

Shades of Sun #F29040

Tints of Sun #F29040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32%

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 53.78%
G = 32%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F29040 (or 0xF29040) is known color: Sun. HEX triplet: F2, 90 and 40. RGB value is (242,144,64). Sum of RGB (Red+Green+Blue) = 242+144+64=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F29040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29040 is #0D6FBF. Grayscale: #A4A4A4. Windows color (decimal): -880576 or 4231410. OLE color: 4231410.

HSL color Cylindrical-coordinate representation of color #F29040: hue angle of 26.97º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F29040 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 144 64 -
CMYK 0 0.40 0.74 0.05
HSL 26.97º 0.87% 0.6% -
HSV(B) 26.97º 0.74% 0.95% -
XYZ 47.52 39.19 9.91 -
YUV 164.18 71.47 183.5 -
System Red Green Blue C M Y K H S L
Decimal 242 144 64 0 0.40 0.74 0.05 26.97 0.87 0.6
Hex F2 90 40 0 28 4A 5 1B 57 3C
Octal 362 220 100 0 50 112 5 33 127 74
Binary 11110010 10010000 1000000 0 101000 1001010 101 11011 1010111 111100

Color Harmonies of #F29040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29040

Black with #F29040

Text Example


Text Example

White with #F29040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29040; }

 p { color: rgb(242,144,64); }

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

background-color css

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

 a { background-color: rgb(242,144,64); }

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

border-color css

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

 span { border-color: rgb(242,144,64); }

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