Html Css Color HEX #F25A2B Outrageous Orange

📋 copy color: '#F25A2B'

red 242 ◦ green 90 ◦ blue 43

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

Shades of Outrageous Orange #F25A2B

Tints of Outrageous Orange #F25A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 64.53%
G = 24%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F25A2B (or 0xF25A2B) is known color: Outrageous Orange. HEX triplet: F2, 5A and 2B. RGB value is (242,90,43). Sum of RGB (Red+Green+Blue) = 242+90+43=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25A2B is #0DA5D4. Grayscale: #828282. Windows color (decimal): -894421 or 2841330. OLE color: 2841330.

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

Color convert

RGB 242 90 43 -
CMYK 0 0.63 0.82 0.05
HSL 14.17º 0.88% 0.56% -
HSV(B) 14.17º 0.82% 0.95% -
XYZ 40.71 26.36 5.23 -
YUV 130.09 78.86 207.82 -
System Red Green Blue C M Y K H S L
Decimal 242 90 43 0 0.63 0.82 0.05 14.17 0.88 0.56
Hex F2 5A 2B 0 3F 52 5 E 58 38
Octal 362 132 53 0 77 122 5 16 130 70
Binary 11110010 1011010 101011 0 111111 1010010 101 1110 1011000 111000

Color Harmonies of #F25A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25A2B

Black with #F25A2B

Text Example


Text Example

White with #F25A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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