Html Css Color HEX #FE980B Orange Peel

📋 copy color: '#FE980B'

red 254 ◦ green 152 ◦ blue 11

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

Shades of Orange Peel #FE980B

Tints of Orange Peel #FE980B

RGB

 RED value IS 254 (99.61% from 255) = 60.91%

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

 BLUE value IS 11 (4.69% from 255) = 2.64%

R = 60.91%
G = 36.45%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE980B (or 0xFE980B) is known color: Orange Peel. HEX triplet: FE, 98 and 0B. RGB value is (254,152,11). Sum of RGB (Red+Green+Blue) = 254+152+11=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE980B is #0167F4. Grayscale: #A7A7A7. Windows color (decimal): -92149 or 760062. OLE color: 760062.

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

Color convert

RGB 254 152 11 -
CMYK 0 0.40 0.96 0.00
HSL 34.81º 0.99% 0.52% -
HSV(B) 34.81º 0.96% 1% -
XYZ 52.16 43.55 5.97 -
YUV 166.42 40.29 190.46 -
System Red Green Blue C M Y K H S L
Decimal 254 152 11 0 0.40 0.96 0.00 34.81 0.99 0.52
Hex FE 98 B 0 28 60 0 23 63 34
Octal 376 230 13 0 50 140 0 43 143 64
Binary 11111110 10011000 1011 0 101000 1100000 0 100011 1100011 110100

Color Harmonies of #FE980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE980B

Black with #FE980B

Text Example


Text Example

White with #FE980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE980B; }

 p { color: rgb(254,152,11); }

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

background-color css

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

 a { background-color: rgb(254,152,11); }

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

border-color css

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

 span { border-color: rgb(254,152,11); }

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