Html Css Color HEX #F4521C International Orange

📋 copy color: '#F4521C'

red 244 ◦ green 82 ◦ blue 28

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

Shades of International Orange #F4521C

Tints of International Orange #F4521C

RGB

 RED value IS 244 (95.7% from 255) = 68.93%

 GREEN value IS 82 (32.42% from 255) = 23.16%

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 68.93%
G = 23.16%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4521C (or 0xF4521C) is known color: International Orange. HEX triplet: F4, 52 and 1C. RGB value is (244,82,28). Sum of RGB (Red+Green+Blue) = 244+82+28=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F4521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4521C is #0BADE3. Grayscale: #7C7C7C. Windows color (decimal): -765412 or 1856244. OLE color: 1856244.

HSL color Cylindrical-coordinate representation of color #F4521C: hue angle of 15º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4521C is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 82 28 -
CMYK 0 0.66 0.89 0.04
HSL 15º 0.91% 0.53% -
HSV(B) 15º 0.89% 0.96% -
XYZ 40.54 25.35 3.86 -
YUV 124.28 73.67 213.39 -
System Red Green Blue C M Y K H S L
Decimal 244 82 28 0 0.66 0.89 0.04 15 0.91 0.53
Hex F4 52 1C 0 42 59 4 F 5B 35
Octal 364 122 34 0 102 131 4 17 133 65
Binary 11110100 1010010 11100 0 1000010 1011001 100 1111 1011011 110101

Color Harmonies of #F4521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4521C

Black with #F4521C

Text Example


Text Example

White with #F4521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4521C; }

 p { color: rgb(244,82,28); }

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

background-color css

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

 a { background-color: rgb(244,82,28); }

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

border-color css

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

 span { border-color: rgb(244,82,28); }

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