Html Css Color HEX #FF990A Orange Peel

📋 copy color: '#FF990A'

red 255 ◦ green 153 ◦ blue 10

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

Shades of Orange Peel #FF990A

Tints of Orange Peel #FF990A

RGB

 RED value IS 255 (100% from 255) = 61%

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 61%
G = 36.6%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF990A (or 0xFF990A) is known color: Orange Peel. HEX triplet: FF, 99 and 0A. RGB value is (255,153,10). Sum of RGB (Red+Green+Blue) = 255+153+10=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF990A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF990A is #0066F5. Grayscale: #A7A7A7. Windows color (decimal): -26358 or 694783. OLE color: 694783.

HSL color Cylindrical-coordinate representation of color #FF990A: hue angle of 35.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF990A is Cyan = 0, Magento = 0.4, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 153 10 -
CMYK 0 0.4 0.96 0
HSL 35.02º 1% 0.52% -
HSV(B) 35.02º 0.96% 1% -
XYZ 52.69 44.06 6.02 -
YUV 167.2 39.29 190.63 -
System Red Green Blue C M Y K H S L
Decimal 255 153 10 0 0.4 0.96 0 35.02 1 0.52
Hex FF 99 A 0 28 60 0 23 64 34
Octal 377 231 12 0 50 140 0 43 144 64
Binary 11111111 10011001 1010 0 101000 1100000 0 100011 1100100 110100

Color Harmonies of #FF990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF990A

Black with #FF990A

Text Example


Text Example

White with #FF990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF990A; }

 p { color: rgb(255,153,10); }

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

background-color css

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

 a { background-color: rgb(255,153,10); }

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

border-color css

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

 span { border-color: rgb(255,153,10); }

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