Html Css Color HEX #F25A3E Outrageous Orange

📋 copy color: '#F25A3E'

red 242 ◦ green 90 ◦ blue 62

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

Shades of Outrageous Orange #F25A3E

Tints of Outrageous Orange #F25A3E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.84%

 BLUE value IS 62 (24.61% from 255) = 15.74%

R = 61.42%
G = 22.84%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F25A3E (or 0xF25A3E) is known color: Outrageous Orange. HEX triplet: F2, 5A and 3E. RGB value is (242,90,62). Sum of RGB (Red+Green+Blue) = 242+90+62=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25A3E is #0DA5C1. Grayscale: #848484. Windows color (decimal): -894402 or 4086514. OLE color: 4086514.

HSL color Cylindrical-coordinate representation of color #F25A3E: hue angle of 9.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F25A3E is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 90 62 -
CMYK 0 0.63 0.74 0.05
HSL 9.33º 0.87% 0.6% -
HSV(B) 9.33º 0.74% 0.95% -
XYZ 41.14 26.54 7.51 -
YUV 132.26 88.36 206.28 -
System Red Green Blue C M Y K H S L
Decimal 242 90 62 0 0.63 0.74 0.05 9.33 0.87 0.6
Hex F2 5A 3E 0 3F 4A 5 9 57 3C
Octal 362 132 76 0 77 112 5 11 127 74
Binary 11110010 1011010 111110 0 111111 1001010 101 1001 1010111 111100

Color Harmonies of #F25A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25A3E

Black with #F25A3E

Text Example


Text Example

White with #F25A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25A3E; }

 p { color: rgb(242,90,62); }

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

background-color css

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

 a { background-color: rgb(242,90,62); }

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

border-color css

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

 span { border-color: rgb(242,90,62); }

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