Html Css Color HEX #F25334 Outrageous Orange

📋 copy color: '#F25334'

red 242 ◦ green 83 ◦ blue 52

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

Shades of Outrageous Orange #F25334

Tints of Outrageous Orange #F25334

RGB

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

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

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

R = 64.19%
G = 22.02%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F25334 (or 0xF25334) is known color: Outrageous Orange. HEX triplet: F2, 53 and 34. RGB value is (242,83,52). Sum of RGB (Red+Green+Blue) = 242+83+52=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F25334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25334 is #0DACCB. Grayscale: #7F7F7F. Windows color (decimal): -896204 or 3429362. OLE color: 3429362.

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

Color convert

RGB 242 83 52 -
CMYK 0 0.66 0.79 0.05
HSL 9.79º 0.88% 0.58% -
HSV(B) 9.79º 0.79% 0.95% -
XYZ 40.33 25.31 6.01 -
YUV 127.01 85.68 210.02 -
System Red Green Blue C M Y K H S L
Decimal 242 83 52 0 0.66 0.79 0.05 9.79 0.88 0.58
Hex F2 53 34 0 42 4F 5 A 58 3A
Octal 362 123 64 0 102 117 5 12 130 72
Binary 11110010 1010011 110100 0 1000010 1001111 101 1010 1011000 111010

Color Harmonies of #F25334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25334

Black with #F25334

Text Example


Text Example

White with #F25334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25334; }

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

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

background-color css

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

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

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

border-color css

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

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

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