Html Css Color HEX #FF980C Orange Peel

📋 copy color: '#FF980C'

red 255 ◦ green 152 ◦ blue 12

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

Shades of Orange Peel #FF980C

Tints of Orange Peel #FF980C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.86%

R = 60.86%
G = 36.28%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF980C (or 0xFF980C) is known color: Orange Peel. HEX triplet: FF, 98 and 0C. RGB value is (255,152,12). Sum of RGB (Red+Green+Blue) = 255+152+12=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF980C is #0067F3. Grayscale: #A7A7A7. Windows color (decimal): -26612 or 825599. OLE color: 825599.

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

Color convert

RGB 255 152 12 -
CMYK 0 0.40 0.95 0
HSL 34.57º 1% 0.52% -
HSV(B) 34.57º 0.95% 1% -
XYZ 52.53 43.74 6.02 -
YUV 166.84 40.62 190.88 -
System Red Green Blue C M Y K H S L
Decimal 255 152 12 0 0.40 0.95 0 34.57 1 0.52
Hex FF 98 C 0 28 5F 0 23 64 34
Octal 377 230 14 0 50 137 0 43 144 64
Binary 11111111 10011000 1100 0 101000 1011111 0 100011 1100100 110100

Color Harmonies of #FF980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF980C

Black with #FF980C

Text Example


Text Example

White with #FF980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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