Html Css Color HEX #F25D2B Outrageous Orange

📋 copy color: '#F25D2B'

red 242 ◦ green 93 ◦ blue 43

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

Shades of Outrageous Orange #F25D2B

Tints of Outrageous Orange #F25D2B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.6%

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

R = 64.02%
G = 24.6%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F25D2B (or 0xF25D2B) is known color: Outrageous Orange. HEX triplet: F2, 5D and 2B. RGB value is (242,93,43). Sum of RGB (Red+Green+Blue) = 242+93+43=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25D2B is #0DA2D4. Grayscale: #848484. Windows color (decimal): -893653 or 2842098. OLE color: 2842098.

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

Color convert

RGB 242 93 43 -
CMYK 0 0.62 0.82 0.05
HSL 15.08º 0.88% 0.56% -
HSV(B) 15.08º 0.82% 0.95% -
XYZ 40.97 26.88 5.31 -
YUV 131.85 77.86 206.57 -
System Red Green Blue C M Y K H S L
Decimal 242 93 43 0 0.62 0.82 0.05 15.08 0.88 0.56
Hex F2 5D 2B 0 3E 52 5 F 58 38
Octal 362 135 53 0 76 122 5 17 130 70
Binary 11110010 1011101 101011 0 111110 1010010 101 1111 1011000 111000

Color Harmonies of #F25D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D2B

Black with #F25D2B

Text Example


Text Example

White with #F25D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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