Html Css Color HEX #FEBF50 Golden Tainoi

📋 copy color: '#FEBF50'

red 254 ◦ green 191 ◦ blue 80

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

Shades of Golden Tainoi #FEBF50

Tints of Golden Tainoi #FEBF50

RGB

 RED value IS 254 (99.61% from 255) = 48.38%

 GREEN value IS 191 (75% from 255) = 36.38%

 BLUE value IS 80 (31.64% from 255) = 15.24%

R = 48.38%
G = 36.38%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEBF50 (or 0xFEBF50) is known color: Golden Tainoi. HEX triplet: FE, BF and 50. RGB value is (254,191,80). Sum of RGB (Red+Green+Blue) = 254+191+80=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF50 is #0140AF. Grayscale: #C5C5C5. Windows color (decimal): -82096 or 5292030. OLE color: 5292030.

HSL color Cylindrical-coordinate representation of color #FEBF50: hue angle of 38.28º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEBF50 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 191 80 -
CMYK 0 0.25 0.69 0.00
HSL 38.28º 0.99% 0.65% -
HSV(B) 38.28º 0.69% 1% -
XYZ 60.95 58.91 15.75 -
YUV 197.18 61.87 168.53 -
System Red Green Blue C M Y K H S L
Decimal 254 191 80 0 0.25 0.69 0.00 38.28 0.99 0.65
Hex FE BF 50 0 19 45 0 26 63 41
Octal 376 277 120 0 31 105 0 46 143 101
Binary 11111110 10111111 1010000 0 11001 1000101 0 100110 1100011 1000001

Color Harmonies of #FEBF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF50

Black with #FEBF50

Text Example


Text Example

White with #FEBF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF50; }

 p { color: rgb(254,191,80); }

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

background-color css

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

 a { background-color: rgb(254,191,80); }

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

border-color css

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

 span { border-color: rgb(254,191,80); }

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