Html Css Color HEX #F28335 Sun

📋 copy color: '#F28335'

red 242 ◦ green 131 ◦ blue 53

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

Shades of Sun #F28335

Tints of Sun #F28335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.75%

 BLUE value IS 53 (21.09% from 255) = 12.44%

R = 56.81%
G = 30.75%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F28335 (or 0xF28335) is known color: Sun. HEX triplet: F2, 83 and 35. RGB value is (242,131,53). Sum of RGB (Red+Green+Blue) = 242+131+53=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F28335 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28335 is #0D7CCA. Grayscale: #9B9B9B. Windows color (decimal): -883915 or 3507186. OLE color: 3507186.

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

Color convert

RGB 242 131 53 -
CMYK 0 0.46 0.78 0.05
HSL 24.76º 0.88% 0.58% -
HSV(B) 24.76º 0.78% 0.95% -
XYZ 45.38 35.37 7.8 -
YUV 155.3 70.27 189.84 -
System Red Green Blue C M Y K H S L
Decimal 242 131 53 0 0.46 0.78 0.05 24.76 0.88 0.58
Hex F2 83 35 0 2E 4E 5 19 58 3A
Octal 362 203 65 0 56 116 5 31 130 72
Binary 11110010 10000011 110101 0 101110 1001110 101 11001 1011000 111010

Color Harmonies of #F28335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28335

Black with #F28335

Text Example


Text Example

White with #F28335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28335; }

 p { color: rgb(242,131,53); }

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

background-color css

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

 a { background-color: rgb(242,131,53); }

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

border-color css

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

 span { border-color: rgb(242,131,53); }

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