Html Css Color HEX #F9530F International Orange

📋 copy color: '#F9530F'

red 249 ◦ green 83 ◦ blue 15

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

Shades of International Orange #F9530F

Tints of International Orange #F9530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.32%

R = 71.76%
G = 23.92%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F9530F (or 0xF9530F) is known color: International Orange. HEX triplet: F9, 53 and 0F. RGB value is (249,83,15). Sum of RGB (Red+Green+Blue) = 249+83+15=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F9530F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9530F is #06ACF0. Grayscale: #7D7D7D. Windows color (decimal): -437489 or 1004537. OLE color: 1004537.

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

Color convert

RGB 249 83 15 -
CMYK 0 0.67 0.94 0.02
HSL 17.44º 0.95% 0.52% -
HSV(B) 17.44º 0.94% 0.98% -
XYZ 42.25 26.36 3.31 -
YUV 124.88 66 216.53 -
System Red Green Blue C M Y K H S L
Decimal 249 83 15 0 0.67 0.94 0.02 17.44 0.95 0.52
Hex F9 53 F 0 43 5E 2 11 5F 34
Octal 371 123 17 0 103 136 2 21 137 64
Binary 11111001 1010011 1111 0 1000011 1011110 10 10001 1011111 110100

Color Harmonies of #F9530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9530F

Black with #F9530F

Text Example


Text Example

White with #F9530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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