Html Css Color HEX #F28534 Sun

📋 copy color: '#F28534'

red 242 ◦ green 133 ◦ blue 52

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

Shades of Sun #F28534

Tints of Sun #F28534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

 BLUE value IS 52 (20.7% from 255) = 12.18%

R = 56.67%
G = 31.15%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F28534 (or 0xF28534) is known color: Sun. HEX triplet: F2, 85 and 34. RGB value is (242,133,52). Sum of RGB (Red+Green+Blue) = 242+133+52=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F28534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28534 is #0D7ACB. Grayscale: #9C9C9C. Windows color (decimal): -883404 or 3442162. OLE color: 3442162.

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

Color convert

RGB 242 133 52 -
CMYK 0 0.45 0.79 0.05
HSL 25.58º 0.88% 0.58% -
HSV(B) 25.58º 0.79% 0.95% -
XYZ 45.63 35.9 7.77 -
YUV 156.36 69.11 189.09 -
System Red Green Blue C M Y K H S L
Decimal 242 133 52 0 0.45 0.79 0.05 25.58 0.88 0.58
Hex F2 85 34 0 2D 4F 5 1A 58 3A
Octal 362 205 64 0 55 117 5 32 130 72
Binary 11110010 10000101 110100 0 101101 1001111 101 11010 1011000 111010

Color Harmonies of #F28534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28534

Black with #F28534

Text Example


Text Example

White with #F28534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28534; }

 p { color: rgb(242,133,52); }

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

background-color css

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

 a { background-color: rgb(242,133,52); }

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

border-color css

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

 span { border-color: rgb(242,133,52); }

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