Html Css Color HEX #F89B30 Yellow Sea

📋 copy color: '#F89B30'

red 248 ◦ green 155 ◦ blue 48

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

Shades of Yellow Sea #F89B30

Tints of Yellow Sea #F89B30

RGB

 RED value IS 248 (97.27% from 255) = 54.99%

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

 BLUE value IS 48 (19.14% from 255) = 10.64%

R = 54.99%
G = 34.37%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F89B30 (or 0xF89B30) is known color: Yellow Sea. HEX triplet: F8, 9B and 30. RGB value is (248,155,48). Sum of RGB (Red+Green+Blue) = 248+155+48=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89B30 is #0764CF. Grayscale: #ABABAB. Windows color (decimal): -484560 or 3185656. OLE color: 3185656.

HSL color Cylindrical-coordinate representation of color #F89B30: hue angle of 32.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F89B30 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 155 48 -
CMYK 0 0.38 0.81 0.03
HSL 32.1º 0.93% 0.58% -
HSV(B) 32.1º 0.81% 0.97% -
XYZ 50.97 43.61 8.53 -
YUV 170.61 58.81 183.2 -
System Red Green Blue C M Y K H S L
Decimal 248 155 48 0 0.38 0.81 0.03 32.1 0.93 0.58
Hex F8 9B 30 0 26 51 3 20 5D 3A
Octal 370 233 60 0 46 121 3 40 135 72
Binary 11111000 10011011 110000 0 100110 1010001 11 100000 1011101 111010

Color Harmonies of #F89B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89B30

Black with #F89B30

Text Example


Text Example

White with #F89B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89B30; }

 p { color: rgb(248,155,48); }

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

background-color css

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

 a { background-color: rgb(248,155,48); }

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

border-color css

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

 span { border-color: rgb(248,155,48); }

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