Html Css Color HEX #FBA13D Yellow Sea

📋 copy color: '#FBA13D'

red 251 ◦ green 161 ◦ blue 61

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

Shades of Yellow Sea #FBA13D

Tints of Yellow Sea #FBA13D

RGB

 RED value IS 251 (98.44% from 255) = 53.07%

 GREEN value IS 161 (63.28% from 255) = 34.04%

 BLUE value IS 61 (24.22% from 255) = 12.9%

R = 53.07%
G = 34.04%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FBA13D (or 0xFBA13D) is known color: Yellow Sea. HEX triplet: FB, A1 and 3D. RGB value is (251,161,61). Sum of RGB (Red+Green+Blue) = 251+161+61=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA13D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA13D is #045EC2. Grayscale: #B1B1B1. Windows color (decimal): -286403 or 4039163. OLE color: 4039163.

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

Color convert

RGB 251 161 61 -
CMYK 0 0.36 0.76 0.02
HSL 31.58º 0.96% 0.61% -
HSV(B) 31.58º 0.76% 0.98% -
XYZ 53.37 46.34 10.55 -
YUV 176.51 62.82 181.13 -
System Red Green Blue C M Y K H S L
Decimal 251 161 61 0 0.36 0.76 0.02 31.58 0.96 0.61
Hex FB A1 3D 0 24 4C 2 20 60 3D
Octal 373 241 75 0 44 114 2 40 140 75
Binary 11111011 10100001 111101 0 100100 1001100 10 100000 1100000 111101

Color Harmonies of #FBA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA13D

Black with #FBA13D

Text Example


Text Example

White with #FBA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA13D; }

 p { color: rgb(251,161,61); }

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

background-color css

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

 a { background-color: rgb(251,161,61); }

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

border-color css

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

 span { border-color: rgb(251,161,61); }

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