Html Css Color HEX #F69D03 Orange Peel

📋 copy color: '#F69D03'

red 246 ◦ green 157 ◦ blue 3

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

Shades of Orange Peel #F69D03

Tints of Orange Peel #F69D03

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.67%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 60.59%
G = 38.67%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F69D03 (or 0xF69D03) is known color: Orange Peel. HEX triplet: F6, 9D and 03. RGB value is (246,157,3). Sum of RGB (Red+Green+Blue) = 246+157+3=406 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.59% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69D03 is #0962FC. Grayscale: #A6A6A6. Windows color (decimal): -615165 or 237046. OLE color: 237046.

HSL color Cylindrical-coordinate representation of color #F69D03: hue angle of 38.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F69D03 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 157 3 -
CMYK 0 0.36 0.99 0.04
HSL 38.02º 0.98% 0.49% -
HSV(B) 38.02º 0.99% 0.96% -
XYZ 50.08 43.71 5.88 -
YUV 166.06 35.99 185.02 -
System Red Green Blue C M Y K H S L
Decimal 246 157 3 0 0.36 0.99 0.04 38.02 0.98 0.49
Hex F6 9D 3 0 24 63 4 26 62 31
Octal 366 235 3 0 44 143 4 46 142 61
Binary 11110110 10011101 11 0 100100 1100011 100 100110 1100010 110001

Color Harmonies of #F69D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69D03

Black with #F69D03

Text Example


Text Example

White with #F69D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69D03; }

 p { color: rgb(246,157,3); }

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

background-color css

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

 a { background-color: rgb(246,157,3); }

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

border-color css

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

 span { border-color: rgb(246,157,3); }

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