Html Css Color HEX #FEBF43 Golden Tainoi

📋 copy color: '#FEBF43'

red 254 ◦ green 191 ◦ blue 67

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

Shades of Golden Tainoi #FEBF43

Tints of Golden Tainoi #FEBF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.09%

R = 49.61%
G = 37.3%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEBF43 (or 0xFEBF43) is known color: Golden Tainoi. HEX triplet: FE, BF and 43. RGB value is (254,191,67). Sum of RGB (Red+Green+Blue) = 254+191+67=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF43 is #0140BC. Grayscale: #C4C4C4. Windows color (decimal): -82109 or 4440062. OLE color: 4440062.

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

Color convert

RGB 254 191 67 -
CMYK 0 0.25 0.74 0.00
HSL 39.79º 0.99% 0.63% -
HSV(B) 39.79º 0.74% 1% -
XYZ 60.52 58.74 13.46 -
YUV 195.7 55.37 169.58 -
System Red Green Blue C M Y K H S L
Decimal 254 191 67 0 0.25 0.74 0.00 39.79 0.99 0.63
Hex FE BF 43 0 19 4A 0 28 63 3F
Octal 376 277 103 0 31 112 0 50 143 77
Binary 11111110 10111111 1000011 0 11001 1001010 0 101000 1100011 111111

Color Harmonies of #FEBF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBF43

Black with #FEBF43

Text Example


Text Example

White with #FEBF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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