Html Css Color HEX #F25335 Outrageous Orange

📋 copy color: '#F25335'

red 242 ◦ green 83 ◦ blue 53

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

Shades of Outrageous Orange #F25335

Tints of Outrageous Orange #F25335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

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

R = 64.02%
G = 21.96%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F25335 (or 0xF25335) is known color: Outrageous Orange. HEX triplet: F2, 53 and 35. RGB value is (242,83,53). Sum of RGB (Red+Green+Blue) = 242+83+53=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F25335 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25335 is #0DACCA. Grayscale: #7F7F7F. Windows color (decimal): -896203 or 3494898. OLE color: 3494898.

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

Color convert

RGB 242 83 53 -
CMYK 0 0.66 0.78 0.05
HSL 9.52º 0.88% 0.58% -
HSV(B) 9.52º 0.78% 0.95% -
XYZ 40.35 25.32 6.13 -
YUV 127.12 86.18 209.94 -
System Red Green Blue C M Y K H S L
Decimal 242 83 53 0 0.66 0.78 0.05 9.52 0.88 0.58
Hex F2 53 35 0 42 4E 5 A 58 3A
Octal 362 123 65 0 102 116 5 12 130 72
Binary 11110010 1010011 110101 0 1000010 1001110 101 1010 1011000 111010

Color Harmonies of #F25335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25335

Black with #F25335

Text Example


Text Example

White with #F25335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25335; }

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

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

background-color css

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

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

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

border-color css

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

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

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