Html Css Color HEX #FDFB67 Laser Lemon

📋 copy color: '#FDFB67'

red 253 ◦ green 251 ◦ blue 103

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

Shades of Laser Lemon #FDFB67

Tints of Laser Lemon #FDFB67

RGB

 RED value IS 253 (99.22% from 255) = 41.68%

 GREEN value IS 251 (98.44% from 255) = 41.35%

 BLUE value IS 103 (40.63% from 255) = 16.97%

R = 41.68%
G = 41.35%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDFB67 (or 0xFDFB67) is known color: Laser Lemon. HEX triplet: FD, FB and 67. RGB value is (253,251,103). Sum of RGB (Red+Green+Blue) = 253+251+103=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 103 (40.62% from 255 or 16.97% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB67 is #020498. Grayscale: #EBEBEB. Windows color (decimal): -132249 or 6814717. OLE color: 6814717.

HSL color Cylindrical-coordinate representation of color #FDFB67: hue angle of 59.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDFB67 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 251 103 -
CMYK 0 0.01 0.59 0.01
HSL 59.2º 0.97% 0.7% -
HSV(B) 59.2º 0.59% 0.99% -
XYZ 77.45 90.86 26.29 -
YUV 234.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 253 251 103 0 0.01 0.59 0.01 59.2 0.97 0.7
Hex FD FB 67 0 1 3B 1 3B 61 46
Octal 375 373 147 0 1 73 1 73 141 106
Binary 11111101 11111011 1100111 0 1 111011 1 111011 1100001 1000110

Color Harmonies of #FDFB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB67

Black with #FDFB67

Text Example


Text Example

White with #FDFB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB67; }

 p { color: rgb(253,251,103); }

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

background-color css

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

 a { background-color: rgb(253,251,103); }

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

border-color css

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

 span { border-color: rgb(253,251,103); }

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