Html Css Color HEX #F6990B Orange Peel

📋 copy color: '#F6990B'

red 246 ◦ green 153 ◦ blue 11

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

Shades of Orange Peel #F6990B

Tints of Orange Peel #F6990B

RGB

 RED value IS 246 (96.48% from 255) = 60%

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

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

R = 60%
G = 37.32%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6990B (or 0xF6990B) is known color: Orange Peel. HEX triplet: F6, 99 and 0B. RGB value is (246,153,11). Sum of RGB (Red+Green+Blue) = 246+153+11=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F6990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6990B is #0966F4. Grayscale: #A5A5A5. Windows color (decimal): -616181 or 760310. OLE color: 760310.

HSL color Cylindrical-coordinate representation of color #F6990B: hue angle of 36.26º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6990B is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 153 11 -
CMYK 0 0.38 0.96 0.04
HSL 36.26º 0.93% 0.5% -
HSV(B) 36.26º 0.96% 0.96% -
XYZ 49.46 42.4 5.89 -
YUV 164.62 41.31 186.05 -
System Red Green Blue C M Y K H S L
Decimal 246 153 11 0 0.38 0.96 0.04 36.26 0.93 0.5
Hex F6 99 B 0 26 60 4 24 5D 32
Octal 366 231 13 0 46 140 4 44 135 62
Binary 11110110 10011001 1011 0 100110 1100000 100 100100 1011101 110010

Color Harmonies of #F6990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6990B

Black with #F6990B

Text Example


Text Example

White with #F6990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6990B; }

 p { color: rgb(246,153,11); }

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

background-color css

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

 a { background-color: rgb(246,153,11); }

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

border-color css

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

 span { border-color: rgb(246,153,11); }

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