Html Css Color HEX #F28C33 Sun

📋 copy color: '#F28C33'

red 242 ◦ green 140 ◦ blue 51

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

Shades of Sun #F28C33

Tints of Sun #F28C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.78%

R = 55.89%
G = 32.33%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F28C33 (or 0xF28C33) is known color: Sun. HEX triplet: F2, 8C and 33. RGB value is (242,140,51). Sum of RGB (Red+Green+Blue) = 242+140+51=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C33 is #0D73CC. Grayscale: #A0A0A0. Windows color (decimal): -881613 or 3378418. OLE color: 3378418.

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

Color convert

RGB 242 140 51 -
CMYK 0 0.42 0.79 0.05
HSL 27.96º 0.88% 0.57% -
HSV(B) 27.96º 0.79% 0.95% -
XYZ 46.59 37.87 7.99 -
YUV 160.35 66.29 186.24 -
System Red Green Blue C M Y K H S L
Decimal 242 140 51 0 0.42 0.79 0.05 27.96 0.88 0.57
Hex F2 8C 33 0 2A 4F 5 1C 58 39
Octal 362 214 63 0 52 117 5 34 130 71
Binary 11110010 10001100 110011 0 101010 1001111 101 11100 1011000 111001

Color Harmonies of #F28C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C33

Black with #F28C33

Text Example


Text Example

White with #F28C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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