Html Css Color HEX #F25433 Outrageous Orange

📋 copy color: '#F25433'

red 242 ◦ green 84 ◦ blue 51

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

Shades of Outrageous Orange #F25433

Tints of Outrageous Orange #F25433

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

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

R = 64.19%
G = 22.28%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F25433 (or 0xF25433) is known color: Outrageous Orange. HEX triplet: F2, 54 and 33. RGB value is (242,84,51). Sum of RGB (Red+Green+Blue) = 242+84+51=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F25433 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25433 is #0DABCC. Grayscale: #7F7F7F. Windows color (decimal): -895949 or 3364082. OLE color: 3364082.

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

Color convert

RGB 242 84 51 -
CMYK 0 0.65 0.79 0.05
HSL 10.37º 0.88% 0.57% -
HSV(B) 10.37º 0.79% 0.95% -
XYZ 40.39 25.46 5.92 -
YUV 127.48 84.85 209.68 -
System Red Green Blue C M Y K H S L
Decimal 242 84 51 0 0.65 0.79 0.05 10.37 0.88 0.57
Hex F2 54 33 0 41 4F 5 A 58 39
Octal 362 124 63 0 101 117 5 12 130 71
Binary 11110010 1010100 110011 0 1000001 1001111 101 1010 1011000 111001

Color Harmonies of #F25433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25433

Black with #F25433

Text Example


Text Example

White with #F25433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25433; }

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

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

background-color css

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

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

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

border-color css

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

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

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