Html Css Color HEX #F9531C International Orange

📋 copy color: '#F9531C'

red 249 ◦ green 83 ◦ blue 28

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

Shades of International Orange #F9531C

Tints of International Orange #F9531C

RGB

 RED value IS 249 (97.66% from 255) = 69.17%

 GREEN value IS 83 (32.81% from 255) = 23.06%

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

R = 69.17%
G = 23.06%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9531C (or 0xF9531C) is known color: International Orange. HEX triplet: F9, 53 and 1C. RGB value is (249,83,28). Sum of RGB (Red+Green+Blue) = 249+83+28=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9531C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9531C is #06ACE3. Grayscale: #7E7E7E. Windows color (decimal): -437476 or 1856505. OLE color: 1856505.

HSL color Cylindrical-coordinate representation of color #F9531C: hue angle of 14.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9531C is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 83 28 -
CMYK 0 0.67 0.89 0.02
HSL 14.93º 0.95% 0.54% -
HSV(B) 14.93º 0.89% 0.98% -
XYZ 42.37 26.41 3.96 -
YUV 126.36 72.5 215.47 -
System Red Green Blue C M Y K H S L
Decimal 249 83 28 0 0.67 0.89 0.02 14.93 0.95 0.54
Hex F9 53 1C 0 43 59 2 F 5F 36
Octal 371 123 34 0 103 131 2 17 137 66
Binary 11111001 1010011 11100 0 1000011 1011001 10 1111 1011111 110110

Color Harmonies of #F9531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9531C

Black with #F9531C

Text Example


Text Example

White with #F9531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9531C; }

 p { color: rgb(249,83,28); }

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

background-color css

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

 a { background-color: rgb(249,83,28); }

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

border-color css

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

 span { border-color: rgb(249,83,28); }

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