Html Css Color HEX #F69B2D Yellow Sea

📋 copy color: '#F69B2D'

red 246 ◦ green 155 ◦ blue 45

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

Shades of Yellow Sea #F69B2D

Tints of Yellow Sea #F69B2D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.75%

 BLUE value IS 45 (17.97% from 255) = 10.09%

R = 55.16%
G = 34.75%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F69B2D (or 0xF69B2D) is known color: Yellow Sea. HEX triplet: F6, 9B and 2D. RGB value is (246,155,45). Sum of RGB (Red+Green+Blue) = 246+155+45=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69B2D is #0964D2. Grayscale: #AAAAAA. Windows color (decimal): -615635 or 2989046. OLE color: 2989046.

HSL color Cylindrical-coordinate representation of color #F69B2D: hue angle of 32.84º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F69B2D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 155 45 -
CMYK 0 0.37 0.82 0.04
HSL 32.84º 0.92% 0.57% -
HSV(B) 32.84º 0.82% 0.96% -
XYZ 50.2 43.22 8.18 -
YUV 169.67 57.65 182.44 -
System Red Green Blue C M Y K H S L
Decimal 246 155 45 0 0.37 0.82 0.04 32.84 0.92 0.57
Hex F6 9B 2D 0 25 52 4 21 5C 39
Octal 366 233 55 0 45 122 4 41 134 71
Binary 11110110 10011011 101101 0 100101 1010010 100 100001 1011100 111001

Color Harmonies of #F69B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69B2D

Black with #F69B2D

Text Example


Text Example

White with #F69B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69B2D; }

 p { color: rgb(246,155,45); }

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

background-color css

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

 a { background-color: rgb(246,155,45); }

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

border-color css

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

 span { border-color: rgb(246,155,45); }

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