Html Css Color HEX #FBFE0A Yellow

📋 copy color: '#FBFE0A'

red 251 ◦ green 254 ◦ blue 10

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

Shades of Yellow #FBFE0A

Tints of Yellow #FBFE0A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.32%

 BLUE value IS 10 (4.3% from 255) = 1.94%

R = 48.74%
G = 49.32%
B = 1.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FBFE0A (or 0xFBFE0A) is known color: Yellow. HEX triplet: FB, FE and 0A. RGB value is (251,254,10). Sum of RGB (Red+Green+Blue) = 251+254+10=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 10 (4.30% from 255 or 1.94% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFE0A is #0401F5. Grayscale: #E2E2E2. Windows color (decimal): -262646 or 720635. OLE color: 720635.

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

Color convert

RGB 251 254 10 -
CMYK 0.01 0 0.96 0.00
HSL 60.74º 0.99% 0.52% -
HSV(B) 60.74º 0.96% 1% -
XYZ 75.28 91.41 13.96 -
YUV 225.29 6.51 146.34 -
System Red Green Blue C M Y K H S L
Decimal 251 254 10 0.01 0 0.96 0.00 60.74 0.99 0.52
Hex FB FE A 1 0 60 0 3D 63 34
Octal 373 376 12 1 0 140 0 75 143 64
Binary 11111011 11111110 1010 1 0 1100000 0 111101 1100011 110100

Color Harmonies of #FBFE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFE0A

Black with #FBFE0A

Text Example


Text Example

White with #FBFE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFE0A; }

 p { color: rgb(251,254,10); }

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

background-color css

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

 a { background-color: rgb(251,254,10); }

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

border-color css

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

 span { border-color: rgb(251,254,10); }

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