Html Css Color HEX #F28C40 Sun

📋 copy color: '#F28C40'

red 242 ◦ green 140 ◦ blue 64

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

Shades of Sun #F28C40

Tints of Sun #F28C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.39%

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

R = 54.26%
G = 31.39%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F28C40 (or 0xF28C40) is known color: Sun. HEX triplet: F2, 8C and 40. RGB value is (242,140,64). Sum of RGB (Red+Green+Blue) = 242+140+64=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C40 is #0D73BF. Grayscale: #A2A2A2. Windows color (decimal): -881600 or 4230386. OLE color: 4230386.

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

Color convert

RGB 242 140 64 -
CMYK 0 0.42 0.74 0.05
HSL 25.62º 0.87% 0.6% -
HSV(B) 25.62º 0.74% 0.95% -
XYZ 46.92 38 9.71 -
YUV 161.83 72.79 185.18 -
System Red Green Blue C M Y K H S L
Decimal 242 140 64 0 0.42 0.74 0.05 25.62 0.87 0.6
Hex F2 8C 40 0 2A 4A 5 1A 57 3C
Octal 362 214 100 0 52 112 5 32 127 74
Binary 11110010 10001100 1000000 0 101010 1001010 101 11010 1010111 111100

Color Harmonies of #F28C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C40

Black with #F28C40

Text Example


Text Example

White with #F28C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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