Html Css Color HEX #FF980A Orange Peel

📋 copy color: '#FF980A'

red 255 ◦ green 152 ◦ blue 10

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

Shades of Orange Peel #FF980A

Tints of Orange Peel #FF980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.45%

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

R = 61.15%
G = 36.45%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF980A (or 0xFF980A) is known color: Orange Peel. HEX triplet: FF, 98 and 0A. RGB value is (255,152,10). Sum of RGB (Red+Green+Blue) = 255+152+10=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF980A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF980A is #0067F5. Grayscale: #A7A7A7. Windows color (decimal): -26614 or 694527. OLE color: 694527.

HSL color Cylindrical-coordinate representation of color #FF980A: hue angle of 34.78º 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 #FF980A is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 152 10 -
CMYK 0 0.40 0.96 0
HSL 34.78º 1% 0.52% -
HSV(B) 34.78º 0.96% 1% -
XYZ 52.52 43.74 5.96 -
YUV 166.61 39.62 191.05 -
System Red Green Blue C M Y K H S L
Decimal 255 152 10 0 0.40 0.96 0 34.78 1 0.52
Hex FF 98 A 0 28 60 0 23 64 34
Octal 377 230 12 0 50 140 0 43 144 64
Binary 11111111 10011000 1010 0 101000 1100000 0 100011 1100100 110100

Color Harmonies of #FF980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF980A

Black with #FF980A

Text Example


Text Example

White with #FF980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF980A; }

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

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

background-color css

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

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

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

border-color css

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

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

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